home *** CD-ROM | disk | FTP | other *** search
- FSLIMITS © Find the screen size 25 80 ' ' FSFILL 0,0,FSLIMITS © Clear the screen FSCURSOR ø0 © Find the cursor position 24 0 FSCURSOR 10 0 © Set the cursor position 24 0 © Fill the screen with asterisks, and then set a new output window FSWINDOW 10 10 10 60 ê '*' FSFILL 0 0,FSLIMITS 'HELLO' FSPUT 0 0 © Write HELLO across from (0,0) (5 1¶'HELLO') FSPUT 0 5 © Write HELLO down from (0,5) FSGET 0 2 1 4 © Read an area from the screen LLOH